﻿body {
	overflow-y: visible;
}

.bgred {
	background: url("/Themes/Images/Login/bg.jpg") no-repeat !important;
	background-size: 100% !important;
}

.code {
	width: 270px;
	margin: 0 auto;
	margin-top: 18px;
}

.input-val {
	width: 164px;
	background: #ffffff;
	height: 2.1rem;
	padding: 0 2%;
	border-radius: 5px;
	border: none;
	border: 1px solid rgba(0, 0, 0, .2);
	font-size: 12px;
}

#canvas {
	float: right;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
	width: 90px;
	height: 28px;
}

.btn {
	width: 100px;
	height: 40px;
	background: #f1f1f1;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 20px auto 0;
	display: block;
	font-size: 1.2rem;
	color: #e22e1c;
	cursor: pointer;
}

@Keyframes donut-spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.donut {
	display: inline-block;
	border: 4px solid rgba(0, 0, 0, 0.1);
	border-left-color: #59a782;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	margin-top: 5px;
	animation: donut-spin 1.2s linear infinite;
}

.login_border {
	float: right;
	border: #cbd1cb 4px solid;
	height: 215px;
	background-color: #f0f0f0;
}

.login {
	position: relative;
	display: inline-block;
	width: 408px;
	background: none;
	min-height: 180px;
	padding: 0;
	height: 220px;
}

.login-tab {
	height: 40px;
}

.login input {
	font-family: 'Microsoft YaHei';
	outline: none;
}

.login input:focus {
	box-shadow: 0 0 5px rgba(46, 141, 237, 0.3);
	border: 1px solid rgba(46, 141, 237, 0.5) !important;
}

.login-body {
	overflow: hidden;
	padding: 0;
	margin: 0;
	position: relative;
	top: -5px;
	height: 180px;
}

.login ul {
	overflow: hidden;
	width: 100%;
	/*padding-left:20px;*/
	height: 46px;
	text-align: center;
}

.login ul li {
	/*float: left; width: 60px; text-align: center; height: 45px; margin:0 10px;*/
	line-height: 46px;
	cursor: pointer;
}

.login ul li em {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #f60;
	position: absolute;
	top: 26px;
	left: 56px;
	opacity: 0;
}

.login-style {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.login-on {
	color: black;
	position: relative;
	top: -8px;
	font-size: 20px;
}

.login-on em {
	opacity: 1 !important;
}

input[id="txtUser"],
input[id="Userpwd"] {
	padding: 0;
	margin: 0;
	height: 28px;
	position: relative;
	left: 80px;
	padding-left: 35px;
}

input[id="txtUser"] {
	top: -20px;
}

input[id="Userpwd"] {
	top: -30px;
}

.code input[id="txt_Code"] {
	position: relative;
	top: -40px;
	height: 28px;
	left: 80px;
	padding:0 0 0 10px;
	margin: 0;
}

.code canvas {
	padding: 0;
	margin: 0;
	height: 30px;
	position: relative;
	top: -40px;
	left: 80px;
}

#logbtn {
	outline: none;
	position: relative;
	top: -72px;
left: 150px;
	height: 30px;
	width: 70px;
}

.login dl {
	margin-top: 20px;
}

.login dl dt {
	height: 25px;
	line-height: 25px;
	color: #777;
	width: 240px;
	font-weight: bold;
}

.login dl dt a {
	color: #39f;
}

.login dl dd input[type=text],
.login dl dd input[type=password] {
	border: solid 1px #d6d6d6;
	line-height: 28px\9;
	width: 233px;
	padding-left: 35px;
	border-radius: 3px;
}

.btn_mfyzm {
	width: 90px;
	margin-left: 10px;
	height: 36px;
	background: #f0f0f0;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	cursor: pointer;
}

.tishi {
	line-height: 26px;
	color: #f60;
	margin-top: 10px;
	position: absolute;
	top:100px;
	right:60px;
}

.psword {
	padding: 0;
	margin: 0;
	height: 30px;
	position: relative;
	top: -30px;
}

.remember {
	padding: 0;
	margin: 0;
	height: 30px;
	position: relative;
	top: -68px;
	height: 20px;
	left: 80px;
}

.remember input[type=checkbox] {
	vertical-align: middle;
	margin-right: 5px;
}

.remember label {
	color: #999;
}

.login button {
	width: 270px;
	border: 0;
	background: #347F46;
	border-radius: 3px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	margin-top: 10px;
	font-size: 16px;
	font-family: 'Microsoft YaHei';
}

.close {
	right: 10px;
	top: 10px;
	position: absolute;
	z-index: 10;
}

.app_login {
	position: relative;
	padding: 35px 50px 0;
}

.app_login h1 {
	text-align: center;
	background: #ffebeb;
	color: #e4393c;
	border: 1px solid #FFAEAF;
	padding-left: 25px;
	line-height: 32px;
	display: none;
}

.app_login h1 i {
	width: 16px;
	height: 16px;
	background: #e4393c;
	color: #fff;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	margin: 8px 0 0 -25px;
	font-size: 17px;
}

.app_login h2 {
	text-align: center;
	font-size: 16px;
	font-family: 'Microsoft YaHei';
	color: #888;
	line-height: 32px;
}

.app_code {
	border: 1px solid #e1e1e1;
	padding: 10px;
	width: 155px;
	margin: 15px auto;
	font-size: 0;
}

.app_code img {
	width: 100%;
	height: 100%;
}

.shuaxin {
	text-align: center;
}

.shuaxin span {
	padding: 0 10px;
	width: 155px;
	line-height: 30px;
	display: inline-block;
	border-radius: 3px;
	cursor: pointer;
	background: #f60;
	color: #fff;
	margin-bottom: 8px;
}

.hezuo {
	margin-top: 15px;
	padding: 0 30px;
}

.hezuo h3 {
	color: #999;
	margin-bottom: 10px;
	font-weight: normal;
}

.hezuo p a {
	display: inline-block;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	background: #f3f3f3;
	border: solid 1px #e3e3e3;
	border-radius: 3px;
	margin-right: 10px;
	text-shadow: 0 1px 0 #fff;
}

.hezuo p a i {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 5px;
	background: url(../images/log_icon.png) no-repeat;
}

.hezuo p a i.wx {
	background-position: 0 0;
}

.hezuo p a i.qq {
	background-position: -16px 0;
}

.hezuo p a i.alipay {
	background-position: -32px 0;
}

.foot_nav i {
	margin: 0 10px;
}

/*登录成功之后提示微信绑定*/
.bindWeixin {
	font-family: 'Microsoft YaHei';
}

.bindWeixin .login-success {
	font-size: 18px;
	color: #56abe4;
	text-align: center;
	margin: 0 auto;
}

.bindWeixin .login-success img {
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	margin-right: 10px;
}

.bindWeixin .login-tips {
	color: #eb8249;
	background: #fff7e1;
	border: 2px solid #f0d788;
	text-align: center;
	height: 35px;
	line-height: 35px;
	width: 360px;
	font-size: 16px;
	display: block;
	margin: 0 auto 20px;
}

.bindWeixin img {
	width: 210px;
	height: 210px;
	display: block;
	margin: 10px auto;
}

.bindWeixin .sale-tips {
	color: #df3232;
	font-size: 18px;
	text-align: center;
}

.qiehuan {
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../images/login-code.png) no-repeat right top;
	cursor: pointer;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	background-color: rgba(255, 255, 255, 0) !important;
}

#phone {
	background: url(../images/iconfont-shouji.png) no-repeat 6px center;
	background-size: 22px;
}

#dynamicPWD {
	background: url(../images/iconfont-duanxin.png) no-repeat 6px center;
	background-size: 22px;
}

#txtCode,
#txtCode2 {
	background: url(../images/iconfont-yanzhengma.png) no-repeat 6px center;
	background-size: 22px;
}

#txtUser {
	background: url(../images/iconfont-yonghu.png) no-repeat 7px center;
	background-size: 20px;
}

#agentUser {
	background: url(../images/iconfont-yonghu.png) no-repeat 7px center;
	background-size: 20px;
}

#Userpwd {
	background: url(../images/iconfont-psw.png) no-repeat 7px center;
	background-size: 20px;
}

/*注册*/
.yhzt {
	background-color: #fff;
	border: 1px #8FA4F5 solid;
	height: auto;
	left: 50%;
	padding: 1px;
	position: absolute;
	width: 700px;
	z-index: 100;
}

.yhzt h2 {
	background: rgb(27, 145, 235);
	color: #fff;
	font-family: 微软雅黑;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 30px;
	padding-left: 10px;
	position: relative;
}

.yhzt h2 a {
	color: #fff;
	font-size: 12px;
	position: absolute;
	right: 5px;
}

.yhxy {
	border: 3px #EEE solid;
	color: #666;
	font-size: 12px;
	height: 400px;
	line-height: 22px;
	margin: auto;
	margin-bottom: 30px;
	overflow: auto;
	padding: 10px;
	width: 600px;
}

.yhxy p {
	margin-bottom: 8px;
	text-indent: 25px;
}

.yhxy h4 {
	font-family: 微软雅黑;
	font-size: 14px;
	margin: 5px 0;
}

.yhxy div {
	padding: 0 25px;
}

#TB_overlayBG {
	-moz-opacity: 0.5;
	background-color: #666;
	display: none;
	filter: alpha(opacity=50);
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
}

.regtip {
	margin: 10px 10px 0 0;
	text-shadow: 0 1px 0 #fff;
}

.regtip a {
	background: #9c3;
	color: #fff;
	margin-left: 5px;
	padding: 2px;
	text-shadow: none;
}

.reg dl {
	line-height: 30px;
	margin-top: 15px;
	min-height: 30px;
}

.reg dl dt {
	color: #999;
	float: left;
	height: 30px;
	line-height: 30px;
	text-align: right;
	width: 100px;
}

.reg dl dt i {
	color: #f33;
}

.reg dl dd {
	margin-left: 110px;
}

.reg dl dd input[type=text],
.reg dl dd input[type=password] {
	border: solid 1px #ccc;
	border-radius: 2px;
	box-shadow: inset 0 2px #f3f3f3;
	height: 28px;
	line-height: 28px\9;
	text-indent: 5px;
	width: 240px;
}

.reg dl dd em {
	color: #999;
	margin-left: 10px;
}

.reg dl dd button {
	background: #f60;
	border: 0;
	border-radius: 3px;
	outline: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	height: 40px;
	width: 160px;
}

.foot_nav i {
	margin: 0 10px;
}

.zhuce-tab {
	cursor: pointer;
	font-size: 16px;
	color: #999;
	background: #eee;
	display: inline-block;
	font-family: 'Microsoft YaHei';
}

.zhuce-tab .xz {
	border-top: solid 2px #f60;
	font-size: 16px;
	color: #666;
	background: #fff;
}

.zhuce-tab ul li {
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border-right: solid 1px #ddd;
}

.btn {
	margin-left: 10px;
	border: 1px solid #dddddd;
	padding: 0;
	width: 106px;
	height: 30px;
	background: #f4f4f4;
	margin-top: 0;
	text-align: center;
	line-height: 30px;
	color: #333;
	text-decoration: none;
	display: inline-block;
}

#codedl {
	display: none;
}
